home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2012 February / maximum-cd-2012-02.iso / DiscContents / TheWagerSetup1.2.exe / Assets / Scripts / [5].lua < prev    next >
Encoding:
Text File  |  2011-02-26  |  421 b   |  15 lines

  1. -- Script [5]
  2. Starting = 1;
  3. SeaEvent = 0;
  4.  
  5. ShowStoryText("After a rowdy round of campfire tunes, you and your crew suddenly find yourself surrounded by a dozen shiny spears. It can only be cannibals! What do you do?");
  6.  
  7. if CrewPower >= 9 then
  8.   AddChoice("We can take 'em!", "[6]");
  9. else
  10.   AddChoice("We can take 'em!", "[7]");
  11. end
  12.  
  13. AddChoice("Let's play along.", "[8]");
  14. SetStartingEvent(ScriptID, false);
  15.